#header {
	float: left;
	width: 60%;
	margin-right: 20%;
	margin-left: 20%;
	height: 250px;
	background-image: url(../../bilder/bilder/maske.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#text {
	float: left;
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	margin-top: 30px;
	margin-bottom: 30px;
	box-shadow: 10px 10px 10px silver;
	border-radius: 20px;
}
#footer {
	float: left;
	width: 60%;
	margin-right: 20%;
	margin-left: 20%;
}
#bild {
	float: left;
	height: 800px;
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	margin-top: 30px;
	margin-bottom: 50px;
}
@media screen and (max-width: 700px) {
#bild {
	float: left;
	height: 350px;

}
}
